home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Conversion / Convert_PICT / Testing / hex_tests / text=styles2.hex < prev   
Text File  |  1993-01-01  |  2KB  |  58 lines

  1. %
  2. %    Test the style opcode (04) to make sure it will at least cause all the styles to be drawn
  3. %    approx right.  NOTE that this uses fonr 22, new century schoolboook, which will probably
  4. %    cause an outline to be used.  This might be changed to a 'bitmap' type three font to
  5. %    make sure that that works as well. 
  6. %    This text actually just focuses on some 'bad' style combinations.
  7. %
  8. % header
  9. 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  10. % end of app-specific header
  11. 00FF 0000 0000 00FF 00FF    % pict size (bogus) and top left bottom right
  12. 11 01                    % verson
  13. 01 000A 0000 0000 00FF 00FF    % Clip region.  Added to keep Mac tester happy.
  14. 30 0000 0000 00FF 00FF        % draw bounding rect
  15. 03 0022                    % New century schoolbook
  16. 0D 0018                    % set the size
  17. %
  18. %    Draw a condensed shadow line of text
  19. %
  20. 04 30
  21. 2A 18 (Style is condensed shadow)
  22. %
  23. %    Draw a bold italic line of text
  24. %
  25. 04 03
  26. 2A 20 (Style is bold italic)
  27. %
  28. %    Draw a extend underline line of text
  29. %
  30. 04 44
  31. 2A 20 (Style is extend underline)
  32. %
  33. %    Draw an italic outline line of text
  34. %
  35. 04 0A
  36. 2A 20 (Style is italic outline!)
  37. %
  38. %    Draw an underlined outline line of text
  39. %
  40. 04 0C
  41. 2A 20 (Style is underline outline)
  42. %
  43. %    Draw an outlined shadow line of text
  44. %
  45. 04 18
  46. 2A 20 (Style is outline shadow)
  47. %
  48. %    Draw an condensed italic line of text
  49. %
  50. 04 22
  51. 2A 20 (Style is condensed italic)
  52. %
  53. %    Draw all styles of text
  54. %
  55. 04 7F
  56. 2A 20 (Style is all!)
  57. FF    % end
  58.